Inline expansion — In computing, inline expansion, or inlining, is a manual or compiler optimization that replaces a function call site with the body of the callee. This optimization may improve time and space usage at runtime, at the possible cost of increasing… … Wikipedia
Subroutine — In computer science, a subroutine (function, method, procedure, or subprogram) is a portion of code within a larger program, which performs a specific task and can be relatively independent of the remaining code. The syntax of many programming… … Wikipedia
Anonyme Subroutine — beschreibt eine Funktion eines Computerprogramms, die nicht über ihren Namen, sondern ausschließlich über Verweise (Referenzen, Zeiger, etc.) angesprochen werden kann. Das Konzept benannter Funktionen ist aus praktisch jeder verbreiteten… … Deutsch Wikipedia
įterptoji paprogramė — statusas T sritis informatika apibrėžtis ↑Paprogramė, kurios tekstas įterptas į programą. Kai ↑kompiliatorius įprastą paprogramę įterpia tiesiog į programos vidų, jos sakiniai organiškai įsilieja į programą ir tampa neatskiriami nuo programos… … Enciklopedinis kompiuterijos žodynas
Compiler optimization — is the process of tuning the output of a compiler to minimize or maximize some attributes of an executable computer program. The most common requirement is to minimize the time taken to execute a program; a less common one is to minimize the… … Wikipedia
Algorithmic efficiency — In computer science, efficiency is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or… … Wikipedia
Perl 6 — Infobox programming language name = Perl paradigm = Multi paradigm year = 2000 designer = Larry Wall latest release version = pre release latest release date = typing = dynamic, static influenced by = Perl 5, Haskell, Smalltalk influenced =… … Wikipedia
Header file — In computer programming, particularly in the C and C++ programming languages, a header file or include file is a file, usually in the form of source code, that is automatically included in another source file by the compiler. Typically, header… … Wikipedia
FBRTL — FreeBASIC Basisdaten Entwickler: Quelloffen (Open Source) Aktuelle Version … Deutsch Wikipedia
FreeBasic — Basisdaten Entwickler: Quelloffen (Open Source) Aktuelle Version … Deutsch Wikipedia